home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / SD 1.1.source Folder / Sleep Deprivation ƒ / sd code ƒ / show init.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-18  |  276 b   |  10 lines  |  [TEXT/KAHL]

  1. #define        GOOD_ICON                130
  2. #define        BAD_ICON                129
  3.  
  4. void ShowIconFamily(short);
  5. void GetIconRect(register Rect* iconRect);
  6. Handle ChooseIcon(short iconId, short* suggestedDepth);
  7.  
  8. #define    ShowBadICON()    ShowIconFamily(BAD_ICON)
  9. #define    ShowGoodICON()    ShowIconFamily(GOOD_ICON)
  10.